Enable Ukranian in the langauge switcher#246
Closed
StanFromIreland wants to merge 1 commit intopython:mainfrom
Closed
Enable Ukranian in the langauge switcher#246StanFromIreland wants to merge 1 commit intopython:mainfrom
StanFromIreland wants to merge 1 commit intopython:mainfrom
Conversation
Contributor
|
For the record: git clone --branch 3.13 https://github.com/python/python-docs-uk
cd python-docs-uk
for i in bugs.po library/functions.po tutorial/*.po; do install -Dm644 $i pep545/$i; done
potodo -p pep545gives:
|
Member
|
The PEP specifies fairly clear requirements which sadly aren't met here. Last month's documentation meeting agreed that these requirements are reasonable, and my recollection of consensus was that if we changed them we would increase, rather than lessen, the requirements. We can revisit including Ukrainian when the three requirements are met. A |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
From a rough check I can see that tutorial is translated and functions are generally (maybe ~98%) translated however I think the fact that the translation is 48.5% translated makes up for this. In comparison Turkish with only 5.1% is included. I think it is a waste of all the effort put in to translated for it to still not be in the switcher!
Source